From: Lars Ingebrigtsen Date: Sun, 6 Dec 2020 12:45:31 +0000 (+0100) Subject: Clarify icomplete-show-matches-on-no-input doc string X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~5132 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3568ff084c29588be6412f94bc0d031846beb664;p=emacs.git Clarify icomplete-show-matches-on-no-input doc string * lisp/icomplete.el (icomplete-show-matches-on-no-input): Clarify doc string (bug#19031), suggested by Andrii Kolomoiets. --- diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 4e546807b7f..676917b9da5 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -75,7 +75,7 @@ everything preceding the ~/ is discarded so the interactive selection process starts again from the user's $HOME.") (defcustom icomplete-show-matches-on-no-input nil - "When non-nil, show completions when first prompting for input. + "When non-nil, show completions when the minibuffer is empty. This also means that if you traverse the list of completions with commands like `C-.' and just hit RET without typing any characters, the match under point will be chosen instead of the